We parsed a known format of binary mem dump in Linux, and used structs from Python to read the binary data dump and display it in a readable format. 我们解析了Linux系统中一个众所周知的二进制mem转储格式,使用了Python中的struct实用工具来读取二进制数据转储并以可阅读的格式进行显示。
Once you've dumped the heap into a binary file, you can use jhat to analyze the binary heap dump file. 将堆转储至一个二进制文件后,您就可以使用jhat分析二进制堆转储文件。
Run dbx on the binary executable that caused the core dump. 对导致核心转储的二进制可执行文件运行dbx。